ScxV6Server.BuildNumber Method
Returns the product build number.
Remarks
Use the BuildNumber as a diagnostic function to identify the build number of the product.
The following example written in VB.NET outputs the build number to the console.
Dim Svr As ScxV6DbClient.ScxV6Server
' Connect to the server
Svr = New ScxV6DbClient.ScxV6Server
Console.WriteLine("The build number is {0}", Svr.BuildNumber)
This produces the following output:
The build number 2570